Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the go group with 3 updates: github.com/fluxcd/flux2/v2, github.com/fluxcd/helm-controller/api and github.com/fluxcd/kustomize-controller/api.

Updates github.com/fluxcd/flux2/v2 from 2.4.0 to 2.5.0

Release notes

Sourced from github.com/fluxcd/flux2/v2's releases.

v2.5.0

Highlights

Flux v2.5.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a compressive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.5 GA blog post.

Overview of the new features:

  • Support for GitHub App authentication (GitRepository and ImageUpdateAutomation API)
  • Custom Health Checks using CEL (Kustomization API)
  • Fine-grained control of garbage collection (Kustomization API)
  • Enable decryption of secrets generated by Kustomize components (Kustomization API)
  • Support for custom event metadata from annotations (Alert API)
  • Git commit status updates for Flux Kustomizations with OCIRepository sources (Alert API)
  • Resource filtering using CEL for webhook receivers (Receiver API)
  • Debug commands for Flux Kustomizations and HelmReleases (Flux CLI)

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.30 >= 1.30.0
v1.31 >= 1.31.0
v1.32 >= 1.32.0

[!NOTE] Note that the Flux project offers support only for the latest three minor versions of Kubernetes. Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as ControlPlane that provide enterprise support for Flux.

OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator. The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts and S3-compatible storage.

Upgrade procedure

Upgrade Flux from v2.4.0 to v2.5.0 by following the upgrade guide.

There are no new API versions in this release, so no changes are required in the YAML manifests containing Flux resources.

... (truncated)

Commits
  • af67405 Merge pull request #5204 from fluxcd/kubectl-1.32.2
  • 6f65c92 Update kubectl in flux-cli image
  • c84d312 Merge pull request #5203 from fluxcd/fix-cli-build
  • d37473f Update flux-cli image
  • 712b037 Merge pull request #5200 from fluxcd/update-k8s-check
  • 14da7d5 Update Kubernetes min supported version to 1.30
  • 45da6a8 Merge pull request #5199 from fluxcd/tests-2.5
  • 3053a0b Update integration tests dependencies for Flux 2.5
  • 96f95b6 Merge pull request #5195 from fluxcd/update-components
  • cf92e02 Update toolkit components
  • Additional commits viewable in compare view

Updates github.com/fluxcd/helm-controller/api from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/fluxcd/helm-controller/api's releases.

v1.2.0

Changelog

v1.2.0 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.2.0
  • ghcr.io/fluxcd/helm-controller:v1.2.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/helm-controller/api's changelog.

1.2.0

Release date: 2025-02-19

This minor release comes with various bug fixes and improvements.

In addition, the Kubernetes dependencies have been updated to v1.32.1, Helm has been updated to v3.17.1 and various other controller dependencies have been updated to their latest version.

Fixes:

  • Replace _ with + when verifying the chart version matches the OCI artifact tag #1102
  • fix: handle "leader changed" errors #1084
  • Make ValuesReference an alias for backwards compat #1126
  • Fix install and upgrade applying subchart CRDs when condition is false #1123
  • fix: use HelmRelease max history for rollback remediation #1169

Improvements:

Commits
  • 8e4de32 Merge pull request #1174 from fluxcd/release-v1.2.0
  • 9463301 Release v1.2.0
  • 94c60d5 Add changelog entry for v1.2.0
  • 34d0036 Merge pull request #1170 from fluxcd/dependabot/go_modules/go-deps-d8ecef8942
  • e22eb27 Bump the go-deps group across 1 directory with 2 updates
  • 93eef0d Merge pull request #1173 from fluxcd/upgrade-helm
  • 25f3db5 Upgrade helm to v3.17.1
  • 3385e3f Merge pull request #1167 from fluxcd/dependabot/github_actions/ci-4ac27b1555
  • f80b06b Bump the ci group across 1 directory with 2 updates
  • da8af05 Merge pull request #1171 from fluxcd/upgrade-deps
  • Additional commits viewable in compare view

Updates github.com/fluxcd/kustomize-controller/api from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/fluxcd/kustomize-controller/api's releases.

v1.5.0

Changelog

v1.5.0 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.5.0
  • ghcr.io/fluxcd/kustomize-controller:v1.5.0

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/kustomize-controller/api's changelog.

1.5.0

Release date: 2025-02-18

This minor release comes with various bug fixes and improvements.

The controller has been updated to Kustomize v5.6, please see the kubernetes-sigs/kustomize changelog for more details.

The Kustomization API now supports custom health checks for Custom Resources through Common Expression Language (CEL) expressions. See docs.

The controller now sends an origin revision from OCI artifact annotations to notification-controller on events, which is useful for updating commit statuses on the notification providers that support this feature. See docs.

It is now also possible to control whether or not kustomize-controller will orphan resources when a Kustomization is deleted. See docs.

In addition, the Kubernetes dependencies have been updated to v1.32.1 and various other controller dependencies have been updated to their latest version.

Fixes:

  • Clarify precedence in Kustomization substituteFrom #1301
  • Remove deprecated object metrics from controllers #1305

Improvements:

  • Enable decryption of secrets generated by Kustomize components #1283
  • Added decryption of Kustomize patches and refactor SOPS tests #1286
  • Allow control of finalization garbage collection #1314
  • Add OCI revision to events #1338
  • [RFC-0009] Add CEL custom healthchecks #1344
  • Add GroupChangeLog feature gate to fix es indexing cardinality #1361
  • Various dependency updates #1302 #1304

... (truncated)

Commits
  • 9ce7db7 Merge pull request #1365 from fluxcd/release-v1.5.0
  • 676fc61 Release v1.5.0
  • 5d2bcf9 Add changelog entry for v1.5.0
  • fc2a95e Merge pull request #1358 from fluxcd/dependabot/github_actions/ci-4ac27b1555
  • 3b0de40 Merge pull request #1364 from fluxcd/dependabot/go_modules/go-deps-4d974c417d
  • f82ae38 Merge pull request #1362 from fluxcd/upgrade-deps
  • cc89da1 Bump the ci group across 1 directory with 2 updates
  • 6790333 Bump golang.org/x/net in the go-deps group across 1 directory
  • 947be82 Merge pull request #1361 from 94DanielBrown/main
  • 230b55f chore: add GroupChangeLog feature gate to fix es indexing cardinality
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2), [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) and [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller).


Updates `github.com/fluxcd/flux2/v2` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.4.0...v2.5.0)

Updates `github.com/fluxcd/helm-controller/api` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/fluxcd/helm-controller/releases)
- [Changelog](https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/helm-controller@v1.1.0...v1.2.0)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/fluxcd/kustomize-controller/releases)
- [Changelog](https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/kustomize-controller@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/flux2/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/helm-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/kustomize-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2025 06:32
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Feb 23, 2025
@hilmarf hilmarf merged commit 4256c33 into main Feb 24, 2025
6 checks passed
@hilmarf hilmarf deleted the dependabot/go_modules/go-dc3a6546f0 branch February 24, 2025 07:16
@ocmbot ocmbot bot added this to the 2025-Q1 milestone Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

Status: 🔒Closed

Development

Successfully merging this pull request may close these issues.

2 participants